@charset "utf-8";
.navspybrandme {
    color: rgba(134,31,167,1.00);
    font-size: 28px;
    text-decoration: none;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(64,14,80,1.00);
}
.brandme {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(197,103,228,0.85);
    margin-right: auto;
    padding: 10px;
    margin-left: auto;
    border-radius: 20px;
    max-width: 400px;
    text-align: center;
}
.mylist {
    background-color: rgba(96,9,118,0.85);
    text-align: center;
}
.list-group-item  {
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
    color: rgba(255,255,255,0.75);
}
.list-group-item-action.active {
    color: rgba(255,255,255,1.00);
    background-color: #E57EF0;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: rgba(255,255,255,1.00);
	background-color: #E57EF0;
}
.row .col-md-9 .scrollspy-example {
    position: relative;
    overflow-y: scroll;
    height: 600px;
    padding: 30px;
    background-color: rgba(229,126,240,0.80);
    margin-bottom: 50px;
}
h4+p{
    color: rgba(64,14,80,1.00);
    text-align: center;
}
.row .col-md-4 .card {
    margin: 20px;
}
.col-md-9 .scrollspy-example .row {
    margin-top: 20px;
    margin-bottom: 20px;
}
.col-md-4 .card .card-body {
    text-align: center;
}.row .col-md-4 .card:hover {
    transform: scale(1.2);
}
